Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.49.1 -> ^7.49.2 age adoption passing confidence
@playwright/test (source) 1.50.0 -> 1.50.1 age adoption passing confidence
@storybook/addon-essentials (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@storybook/addon-interactions (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@storybook/addon-links (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@storybook/blocks (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@storybook/react (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@storybook/test (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
@types/lodash (source) ^4.17.14 -> ^4.17.15 age adoption passing confidence
storybook (source) ^8.5.1 -> ^8.5.3 age adoption passing confidence
zx (source) ^8.3.0 -> ^8.3.2 age adoption passing confidence

Release Notes

microsoft/rushstack (@​microsoft/api-extractor)

v7.49.2

Compare Source

Thu, 30 Jan 2025 01:11:42 GMT

Version update only

microsoft/playwright (@​playwright/test)

v1.50.1

Compare Source

storybookjs/storybook (@​storybook/addon-essentials)

v8.5.3

Compare Source

v8.5.2

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.5.3

Compare Source

8.5.3

v8.5.2

Compare Source

8.5.2

storybookjs/storybook (storybook)

v8.5.3

Compare Source

v8.5.2

Compare Source

google/zx (zx)

v8.3.2: – Clogged Drain

Compare Source

Restrics unsafe vals usage on dotenv.stringify #​1093 #​1094

v8.3.1: – Perfect Seal

Compare Source

The release essence: introduced full-featured .env support #​461#​1060 #​1052 #​1043 #​1037 #​1032 #​1030 #​1022

API

envapi is a tiny 100 LOC dotenv-inspired parser and serializer that we've integrated into zx.

import { dotenv, fs } from 'zx'

// parse
const env = dotenv.parse('A=A\nFOO=BAR') // { A: 'A', FOO: 'BAR' }

// serialize
const raw = dotenv.stringify(env) // A=A\nFOO=BAR
await fs.writeFile('.env', raw)

// load
dotenv.load('.env') // { A: 'A', FOO: 'BAR' }

// update the process.env
dotenv.config('.env')
process.env.A // A
CLI
zx --env .env script.mjs
zx --env-file .env script.mjs
QnA

— Why not use dotenv directly?
— 1) Size does matter 2) We'd like to avoid internal vaults.

— Why not load .env by default?
— 1) Explicit is better than implicit 2) Runtime itself (like bun) may provide the feature.

Chore


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for rslib ready!

Name Link
🔨 Latest commit a317196
🔍 Latest deploy log https://app.netlify.com/sites/rslib/deploys/67a00e240cdfe20008099eec
😎 Deploy Preview https://deploy-preview-726--rslib.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-patch branch from a317196 to 01f9e6b Compare February 3, 2025 02:05
@Timeless0911 Timeless0911 enabled auto-merge (squash) February 3, 2025 02:06
@Timeless0911 Timeless0911 merged commit b9a5583 into main Feb 3, 2025
17 checks passed
@Timeless0911 Timeless0911 deleted the renovate/all-patch branch February 3, 2025 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants